home *** CD-ROM | disk | FTP | other *** search
-
- REM ╔═══════════════════════════════════════════════════════════════════════╗
- REM ║ This file is for use with the FLCS controller only! The WCS Mark II ║
- REM ║ may be used (and programmed) with this file. The Command & Control ║
- REM ║ Center must be at release level 1.39.1 or later. ║
- REM ╚═══════════════════════════════════════════════════════════════════════╝
-
- REM TFX - Tactical Fighter Experiment, by Ocean Software
-
- REM A full function FLCS program for TFX
-
- REM Written and Tested by Ed Bowser - August 1994
-
- REM ╔═════════════════════════════╗
- REM ║ WCS II Base Switch Settings ║
- REM ║ --------------------------- ║
- REM ║ Black Switch = Digital ║
- REM ║ Red Switch = Digital ║
- REM ╚═════════════════════════════╝
-
- REM ╔════════════════════╗
- REM ║ Command Delay Rate ║
- REM ╚════════════════════╝
-
- RATE 20
-
- REM ╔════════════════════╗
- REM ║ Enable WCS Mark II ║
- REM ╚════════════════════╝
-
- USE WCS
-
- REM ╔════════════════════════════╗
- REM ║ Game Settings ║
- REM ║ ------------- ║
- REM ║ Select a standard joystick ║
- REM ╚════════════════════════════╝
-
- Mdef TFX_D
-
- REM ╔═════════════════════════════╗
- REM ║ FLCS Buttons & Control Hats ║
- REM ╚═════════════════════════════╝
-
-
- BTN S1 Toggle Ext_Behind_View
- Toggle Forward_View
-
- BTN S2 Virtual_On/Off
-
- BTN S3
-
- BTN S4 Toggle Up_View
- Toggle Down_View
-
- REM HAT 1 /LARGE Hat, Top Back of FLCS
- REM Primary Views
-
- BTN H1U Forward_View
- BTN H1D Back_View
- BTN H1L Left_View
- BTN H1R Right_View
-
- REM HAT 2 /SMALL Hat, Top Back of FLCS
- REM S3 In = Alternate Views
- REM S3 Out = Combat Controls
-
- BTN H2U S3_In Target_View
- S3_Out Cycle_HUD_Tgts
- BTN H2D S3_In Enemy_Viewpoint
- S3_Out Select_Guns
- BTN H2L S3_In IR_Missle_View
- S3_Out Cycle_Air-Ground
- BTN H2R S3_In Gun/Missle_View
- S3_Out Cycle_Missles
-
- REM HAT 3 /MEDIUM Size, Top Back of FLCS
- REM S3 In = HUD Mode Selection
- REM S3 Out = RADAR & MFD Controls
-
- BTN H3U S3_In HUD_ILS
- S3_Out Cycle_RADAR_Rng
- BTN H3D S3_In HUD_REFUELING
- S3_Out Cycle_MFD_2
- BTN H3L S3_In HUD_NAVIGATION
- S3_Out Cycle_MFD_1
- BTN H3R S3_In HUD_AIR-AIR
- S3_Out Cycle_MFD_3
-
- REM HAT 4 /MEDIUM Size, Left Side of FLCS
- REM S3 In = Laser Target Designation System
- REM S3 Out = AutoPilot Controls
-
- BTN H4U S3_In LaserTD_On/Off
- S3_Out AutoPilot_On/Off AP_1_Waypoint
- BTN H4D S3_In LaserTD_Brk_Lock
- S3_Out AutoPilot_On/Off AP_3_Track
- BTN H4L S3_In LaserTD_Zoom_Out
- S3_Out AutoPilot_On/Off AP_4_AutoThrottl
- BTN H4R S3_In LaserTD_Zoom_In
- S3_Out AutoPilot_On/Off AP_2_Heading
-
- REM WCS II Controls
- REM S3 Button In = Takeoff & Landing Controls
- REM S3 Button Out = Combat Controls
-
- BTN T1 S3_In Landing_Gear
- S3_Out Chaff_&_Flare
- BTN T2 S3_In Wheel_Brakes
- S3_Out ECM_On/Off
- BTN T3 S3_In Arrester_Hook
- S3_Out Stealth_Mode
- BTN T4 S3_In Deploy_Chute
- S3_Out HUD_Bright_DN
- BTN T5 S3_In Release_Chute
- S3_Out HUD_Bright_UP
- BTN T6 S3_In AB_Increase
- S3_Out Air_Brakes
- BTN T7 /N Wheel_Brakes
- BTN T8 /N Landing_Gear
-
- @Digital_CON
- @Throttle_Back
-